home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / graphics / pv3db1.arj / PV3DB191.EXE / POV.BAT < prev    next >
DOS Batch File  |  1993-10-09  |  272b  |  10 lines

  1. @echo One example of BAT file to call POVRAY with 
  2. @echo mapping bumpping library path .
  3.  
  4. :-lpov        to scene.pov files path
  5. :-linc        to xxx.gif xxx.tga  files path
  6.  
  7. povray -i%1.pov -oinc\%1.tga  +d +ft -b20 -w80 -h50  +x -lpov -linc %2 %3 %4 %5 %6 %7 
  8.  
  9.  
  10.